.kaydirmaYok::-webkit-scrollbar { 
    display: none; 
}

.resimyuksek
{
	height:75%;
}
.butonteklif
{
	border:1px solid #ff9928;
	border-radius:5px;
	background-color: white;
	width: 100%;
	margin-top:20px;
}
.butonteklif:hover
{
	background-color: #ff9928;
	color:white;
}
.bosluk
  {
    height:250px;
  }
@media only screen and (max-width: 900px) {
  .resimyuksek
  {
  	height: 82%;
  }
  .mobildeyok
  {
    display: none;
  }
  .butonteklif
  {
  	position: fixed;
  	bottom: 2px;
    left: 0;
  	background-color: #ff9928;
  	color:white;
  	height:50px;
  	z-index:1111;
  	border:none;
  	
  }
  .bosluk
  {
     height:50px; 
  }
}
@media only screen and (max-width: 700px) {

.resimyuksek
{
  height: 55%;
}

@media only screen and (max-width: 500px) {

.kaydirga
{
  height: 360px;
}


}